net/http.http2FrameHeader.StreamID (field)
50 uses
net/http (current package)
h2_bundle.go#L1498: StreamID uint32
h2_bundle.go#L1534: if h.StreamID != 0 {
h2_bundle.go#L1535: fmt.Fprintf(buf, " stream=%d", h.StreamID)
h2_bundle.go#L1574: StreamID: binary.BigEndian.Uint32(buf[5:]) & (1<<31 - 1),
h2_bundle.go#L1884: fh.Type, fh.StreamID,
h2_bundle.go#L1887: if fh.StreamID != fr.lastHeaderStream {
h2_bundle.go#L1890: fh.StreamID, fr.lastHeaderStream))
h2_bundle.go#L1893: return fr.connError(http2ErrCodeProtocol, fmt.Sprintf("unexpected CONTINUATION for stream %d", fh.StreamID))
h2_bundle.go#L1901: fr.lastHeaderStream = fh.StreamID
h2_bundle.go#L1930: if fh.StreamID == 0 {
h2_bundle.go#L2050: if fh.StreamID != 0 {
h2_bundle.go#L2185: if fh.StreamID != 0 {
h2_bundle.go#L2223: if fh.StreamID != 0 {
h2_bundle.go#L2288: if fh.StreamID == 0 {
h2_bundle.go#L2293: return nil, http2streamError(fh.StreamID, http2ErrCodeProtocol)
h2_bundle.go#L2347: if fh.StreamID == 0 {
h2_bundle.go#L2379: return nil, http2streamError(fh.StreamID, http2ErrCodeProtocol)
h2_bundle.go#L2486: if fh.StreamID == 0 {
h2_bundle.go#L2539: if fh.StreamID == 0 {
h2_bundle.go#L2567: if fh.StreamID == 0 {
h2_bundle.go#L2621: if pp.StreamID == 0 {
h2_bundle.go#L2927: return nil, http2StreamError{mh.StreamID, http2ErrCodeProtocol, invalid}
h2_bundle.go#L2934: return nil, http2StreamError{mh.StreamID, http2ErrCodeProtocol, err}
h2_bundle.go#L2967: if f.StreamID == 0 {
h2_bundle.go#L5177: if f.StreamID != 0 {
h2_bundle.go#L5195: case f.StreamID != 0: // stream-level flow control
h2_bundle.go#L5196: state, st := sc.state(f.StreamID)
h2_bundle.go#L5213: return sc.countError("bad_flow", http2streamError(f.StreamID, http2ErrCodeFlowControl))
h2_bundle.go#L5227: state, st := sc.state(f.StreamID)
h2_bundle.go#L5238: sc.closeStream(st, http2streamError(f.StreamID, f.ErrCode))
h2_bundle.go#L5369: id := f.Header().StreamID
h2_bundle.go#L5524: id := f.StreamID
h2_bundle.go#L5541: if st := sc.streams[f.StreamID]; st != nil {
h2_bundle.go#L5597: if err := sc.checkPriority(f.StreamID, f.Priority); err != nil {
h2_bundle.go#L5682: if err := sc.checkPriority(f.StreamID, f.http2PriorityParam); err != nil {
h2_bundle.go#L5685: sc.writeSched.AdjustStream(f.StreamID, f.http2PriorityParam)
h2_bundle.go#L5739: return nil, nil, sc.countError("bad_connect", http2streamError(f.StreamID, http2ErrCodeProtocol))
h2_bundle.go#L5752: return nil, nil, sc.countError("bad_path_method", http2streamError(f.StreamID, http2ErrCodeProtocol))
h2_bundle.go#L5758: return nil, nil, sc.countError("head_body", http2streamError(f.StreamID, http2ErrCodeProtocol))
h2_bundle.go#L8875: cs := rl.streamByID(f.StreamID)
h2_bundle.go#L8884: StreamID: f.StreamID,
h2_bundle.go#L8913: StreamID: f.StreamID,
h2_bundle.go#L9198: cs := rl.streamByID(f.StreamID)
h2_bundle.go#L9204: if f.StreamID >= neverSent {
h2_bundle.go#L9230: StreamID: f.StreamID,
h2_bundle.go#L9238: StreamID: f.StreamID,
h2_bundle.go#L9247: StreamID: f.StreamID,
h2_bundle.go#L9449: cs := rl.streamByID(f.StreamID)
h2_bundle.go#L9450: if f.StreamID != 0 && cs == nil {
h2_bundle.go#L9469: cs := rl.streamByID(f.StreamID)